home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / ScreenSavers / BackSpaceViews / GradientView.BackModule / gradient.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  394 b   |  28 lines

  1. MySubclass = {
  2.     SUPERCLASS = Object;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. GradientView = {
  10.     ACTIONS = {
  11.     writeTopColor:;
  12.     apply:;
  13.     writeBottomColor:;
  14.     getBottomColor:;
  15.     inspector:;
  16.     writeColors:;
  17.     getTopColor:;
  18.     readTopColor:;
  19.     readBottomColor:;
  20.     };
  21.     OUTLETS = {
  22.     bottomColorWell;
  23.     topColorWell;
  24.     inspectorPanel;
  25.     };
  26.     SUPERCLASS = View;
  27. };
  28.